@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: Microsoft YaHei;font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: Microsoft YaHei;font-size: 14px;}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: Microsoft YaHei;font-size: 14px;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: Microsoft YaHei;font-size: 14px;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],input[type="password"],input[type="submit"],textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*常用盒模型*/
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
/*常用宽度*/
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}
/*常用过渡*/
.tran200{-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;transition: 0.2s;}
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用缩放*/
.scale105:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.scale110:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*按钮通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{display: inline-block;padding: 0 3em;background-color: #fff;border: 1px solid #ccc;border-radius: 0;font-size: 16px;line-height: 40px;color: #000;cursor: pointer;opacity: .9;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn:hover{opacity: 1;}
/*背景色展开动效btn*/
.hover-btn{z-index: 1;position: relative;display: inline-block;padding: 0 3em;background-color: transparent;border: 1px solid #ccc;border-radius: 0;font-size: 16px;line-height: 42px;color: #000;cursor: pointer;text-transform: uppercase;}
.hover-btn:after{content: "";z-index: -1;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #3da7ea;transform: scaleX(0);transition: 0.3s;}
.hover-btn:hover{color: #fff;}
.hover-btn:hover:after{transform: scaleX(1);}
/*背景色变化动效btn*/
.bgc-btn{position: relative;display: inline-block;width: 400px;background-color: #e62129;border-radius: 30px;font-size: 14px;line-height: 60px;color: #fff;cursor: pointer;text-transform: uppercase;transition: 0.3s ease-out;}
.bgc-btn:after{content: "";position: absolute;left: 50%;top: 50%;width: 24px;height: 24px;margin: -12px 0 0 2em;background: url(../images/icon_arrow_more.png) center no-repeat;opacity: 0;transition: 0.3s ease-out;}
.bgc-btn:hover{background-color: #e96811;text-indent: -3em;}
.bgc-btn:hover:after{opacity: 1;transform: translateX(1em);}
/*滚动条*/
body *::-webkit-scrollbar{width: 3px;height: 3px;background: #eee;}
body *::-webkit-scrollbar-thumb{background: #ccc;}
/*自定义单选框input[type="radio"]样式*/
.custom-input label{display: inline-block;cursor: pointer;}
.custom-input input[type="radio"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="radio"]+em{position: relative;display: inline-block;width: 16px;height: 16px;background-color: #fff;border: 1px solid #ccc;border-radius: 50%;vertical-align: top;cursor: pointer;}
.custom-input input[type="radio"]+em:before{content: '';position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;border-radius: 50%;transform: translate(-50%,-50%);}
.custom-input input[type="radio"]:checked+em{border-color: #00abdd;}
.custom-input input[type="radio"]:checked+em:before{background-color: #00abdd;}
.custom-input input[type="radio"]+em:hover{border-color: #00abdd;}
/*自定义多选框input[type="checkbox"]样式*/
.custom-input input[type="checkbox"]{width: 1px;height: 1px;margin: 0;opacity: 0;}
.custom-input input[type="checkbox"]+em{position: relative;display: inline-block;width: 16px;height: 16px;background-color: #fff;border: 1px solid #ccc;vertical-align: top;cursor: pointer;}
.custom-input input[type="checkbox"]+em:before{content: '';position: absolute;left: 50%;top: 50%;width: 8px;height: 8px;transform: translate(-50%,-50%);}
.custom-input input[type="checkbox"]:checked+em{border-color: #00abdd;}
.custom-input input[type="checkbox"]:checked+em:before{background-color: #00abdd;}
.custom-input input[type="checkbox"]+em:hover{border-color: #00abdd;}
/*自定义表单通用样式*/
.info-form{max-width: 500px;margin: 0 auto;font-size: 0;}
.info-form .title{margin-bottom: 20px;font-size: 16px;line-height: 20px;text-align: center;font-weight: bold;}
.info-form .row{display: inline-block;width: 100%;margin-bottom: 20px;font-size: 14px;}
.info-form .row.w50{width: 50%;padding-right: 10px;}
.info-form .row.w33{width: 33%;padding-right: 10px;}
.info-form .row .name{float: left;width: 5em;padding: 10px 1em 10px 0;line-height: 16px;text-align: right;}
.info-form .row .info-content{margin-left: 5em;}
.info-form input[type="text"]{width: 100%;height: 36px;padding-left: 10px;border: 1px solid #ddd;border-radius: 3px;}
.info-form input[type="text"]:focus{border-color: #00abdd;}
.info-form textarea{width: 100%;height: 160px;border: 1px solid #ddd;padding: 10px;border-radius: 3px;resize: none;}
.info-form textarea:focus{border-color: #00abdd;}
.info-form select{width: 100%;height: 36px;padding-left: 5px;border: 1px solid #ddd;outline: none;}
.info-form select:focus{border-color: #00abdd;}
.info-form .upload-avatar{position: relative;display: block;width: 80px;height: 80px;border-radius: 50%;cursor: pointer;overflow: hidden;}
.info-form .upload-avatar input[type="file"]{display: none;}
.info-form .upload-avatar .avatar{height: 100%;}
.info-form .upload-avatar .avatar img{width: 100%;height: 100%;}
.info-form .upload-avatar .tips{position: absolute;left: 50%;top: 50%;width: 4em;height: 20px;background-color: rgba(0,0,0,.3);text-align: center;line-height: 20px;color: #fff;transform: translate(-50%,-50%);}
.info-form .choice-area{padding: 10px 0;line-height: 16px;}
.info-form .choice-area label{display: inline-block;margin: 0 10px 5px 0;cursor: pointer;}
.info-form .choice-area label span{margin-left: 3px;}
.info-form .yzm-area{position: relative;width: 200px;}
.info-form .yzm-area input[type="text"]{width: 110px;}
.info-form .yzm-area .btn{position: absolute;right: 0;top: 0;width: 90px;height: 100%;}
.info-form .yzm-area .btn img{width: 100%;height: 100%;}
.info-form .btns-area{margin-top: 20px;}
.info-form .btns-area .btn{padding: 0 100px;background-color: #00abdd;border-color: #00abdd;color: #fff;}


/*header*/
.header{height: 100px;background-color: #fff;}
.header .logo{position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.header .logo img{max-width: 200px;max-height: 50px;}
/*搜索栏*/
.search-wrap{position: absolute;right: 0;top: 50%;transform: translate(0,-50%);width: 120px;height: 32px;border: 1px solid #999;border-radius: 16px;overflow: hidden;transition: 0.3s;}
.search-wrap .input-text{width: 100%;height: 100%;padding: 0 35px 0 15px;background-color: transparent;}
.search-wrap .input-text::-webkit-input-placeholder{color: #999;}
.search-wrap .sub-btn{position: absolute;right: 5px;top: 0;width: 30px;height: 30px;background: url(../images/icon_search.png) center no-repeat;background-size: 50% 50%;opacity: .5;filter: invert(1);}
/*语言选择栏*/
.lang-select{z-index: 2;position: absolute;right: 135px;top: 50%;transform: translate(0,-50%);height: 30px;padding: 0 12px;line-height: 30px;color: #333;cursor: pointer;}
.lang-select:after{content: "∨";position: absolute;right: 0;top: 0;}
.lang-select .title{}
.lang-select .list{display: none;position: absolute;left: 50%;top: 35px;width: 80px;margin-left: -40px;background-color: rgba(0,0,0,.3);border-radius: 5px;overflow: hidden;}
.lang-select .list li a{display: block;line-height: 30px;text-align: center;color: #fff;}
.lang-select .list li a:hover{background-color: #e62129;}
/*移动端导航按钮*/
.header .menu-btn{display: none;}
/*导航*/
.nav-box{position: absolute;right: 180px;top: 0;}
.nav-box .nav{font-size: 0;}
.nav-box .nav > li{position: relative;display: inline-block;font-size: 14px;line-height: 100px;}
.nav-box .nav > li .more-btn{display: none;}
.nav-box .nav > li > a{position: relative;display: block;padding: 0 20px;font-size: 16px;font-weight: bold;color: #333;}
.nav-box .nav > li.on > a,.nav-box .nav > li:hover > a{background-color: rgba(0,0,0,.05);}
.nav-box .nav-2nd{display: none;z-index: 2;position: absolute;left: 50%;top: 100px;width: 120px;padding: 8px 0;background-color: rgba(0,0,0,.3);border-radius: 5px;transform: translateX(-50%);}
.nav-box .nav-2nd > li{}
.nav-box .nav-2nd > li > a{position: relative;display: block;padding: 10px;line-height: 16px;text-align: center;color: #fff;}
.nav-box .nav-2nd > li > a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #e62129;transition: 0.3s;}
.nav-box .nav-2nd > li > a:hover{background-color: #000;}
.nav-box .nav-2nd > li > a:hover:before{top: 0;height: 100%;}

/*banner*/
.banner{position: relative;width: 100%;overflow: hidden;}
.banner .swiper-slide{display: block;padding-top: 35%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.banner .swiper-pagination{bottom: 20px;font-size: 0;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;border-radius: 5px;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{width: 30px;background-color: #e62129;box-shadow: 0 0 5px rgba(0,0,0,.5);}
.banner .btn{display: none;z-index: 1;position: absolute;top: 50%;width: 40px;height: 40px;margin-top: -20px;background-color: rgba(0,0,0,.7);background-position: center;background-size: 12px 24px;background-repeat: no-repeat;cursor: pointer;}
.banner .prev-btn{left: 0;background-image: url(../images/icon_arrowL_white.png);}
.banner .next-btn{right: 0;background-image: url(../images/icon_arrowR_white.png);}
.banner:hover .btn{display: block;}

/*footer*/
.footer{padding: 20px 0;background-color: #333;}
.footer .links{font-size: 0;text-align: center;}
.footer .links a{display: inline-block;padding: 0 15px;border-left: 1px solid #ccc;font-size: 14px;line-height: 12px;color: #ccc;transition: 0.3s;}
.footer .links a:first-child{border-left: 0;}
.footer .links a:hover{color: #e62129;}
.footer .info{padding-top: 10px;text-align: center;line-height: 30px;color: #ccc;}
.footer .info span{margin: 0 10px;}

/*百度分享*/
.share-wrap{margin-top: 10px;}
.share-wrap .bdsharebuttonbox{font-size: 0;text-align: center;}
.share-wrap .bdsharebuttonbox a{display: inline-block;float: none;width: 24px;height: 24px;margin: 0 4px;background-color: #ccc;background-position: center;background-size: 90% 90%;background-repeat: no-repeat;border-radius: 4px;overflow: hidden;}
.share-wrap .bdsharebuttonbox .bds_weixin{background-image: url(../images/icon_weixin.png);}
.share-wrap .bdsharebuttonbox .bds_tsina{background-image: url(../images/icon_weibo.png);}
.share-wrap .bdsharebuttonbox .bds_sqq{background-image: url(../images/icon_qq.png);}
.share-wrap .bdsharebuttonbox .bds_facebook{background-image: url(../images/icon_facebook.png);}
.share-wrap .bdsharebuttonbox .bds_twitter{background-image: url(../images/icon_twitter.png);}

/*首页*/
.index-content{}
.index-content .part{padding: 50px 0;overflow: hidden;}
/*标题*/
.index-title{color: #666;}
.index-title .en{font-size: 48px;line-height: 48px;}
.index-title .cn{margin-top: 20px;font-size: 24px;letter-spacing: 0.2em;}
/*标语-文字*/
.slogan-text{display: none;padding: 25px 0;background-color: #f9f8f8;text-align: center;line-height: 28px;color: #666;overflow: hidden;}
.slogan-text .cn{font-size: 18px;}
.slogan-text .en{text-transform: uppercase;}
/*标语-图片*/
.slogan-pic{position: relative;padding-top: 15%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.slogan-pic img{position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 25%;}
/*part1*/
.index-content .part1{}
.index-content .part1 .con-l{float: left;width: 46%;}
.index-content .part1 .con-l .info{margin-top: 40px;line-height: 22px;text-align: justify;}
.index-content .part1 .con-r{float: right;width: 47%;background-color: #333;}
.index-content .part1 .con-r video{width: 100%;height: 330px;}
.index-content .part1 .btns-area{margin-top: 50px;}
/*part2*/
.index-content .part2{background-color: #f6f6f6;}
.index-content .part2 .sub-title{position: absolute;right: 0;top: 40px;font-size: 18px;text-align: right;color: #a9a9a9;}
.index-content .part2 .sub-title .cn{}
.index-content .part2 .sub-title .en{margin-top: 10px;line-height: 18px;text-transform: uppercase;}
.index-content .part2 .btns-area{margin-top: 50px;}
/*part3*/
.index-content .part3{}
.index-content .part3 .index-title{position: relative;padding-bottom: 40px;border-bottom: 1px solid #e5e5e5;}
.index-content .part3 .index-title .cn{position: absolute;right: 0;bottom: 40px;}

/*选项卡*/
.tab-box{}
.tab-box .tabs{margin: -30px 0 0 200px;font-size: 0;text-align: right;}
.tab-box .tabs span{display: inline-block;padding: 0 1.5em;margin: 0 5px 5px 0;border: 2px solid #c5c5c5;font-size: 14px;line-height: 26px;color: #666;cursor: pointer;}
.tab-box .tabs span.on{border-color: #e62129;color: #e62129;}
.tab-box .tab-content{margin-top: 50px;overflow: hidden;}

/*图片展示列表*/
.pic-show-list{overflow: hidden;}
.pic-show-list li{position: relative;float: left;width: 33.33%;}
.pic-show-list li a{display: block;}
.pic-show-list li .pic{position: relative;padding-top: 65%;}
.pic-show-list li .pic em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.3s;}
.pic-show-list li .info{position: absolute;left: 0;bottom: 0;width: 100%;height: 40px;background-color: rgba(0,0,0,.7);color: #fff;transition: 0.3s;}
.pic-show-list li .info .name{position: absolute;left: 0;top: 50%;width: 100%;padding: 0 2em;font-size: 16px;line-height: 40px;text-align: center;transform: translate(0,-50%);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pic-show-list li:hover .info{height: 100%;}

/*内页*/
.inner-content{min-height: 600px;padding: 40px 0 60px;}
/*banner*/
.inner-banner{position: relative;padding-top: 10%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.inner-banner .content{position: absolute;left: 50%;top: 0;width: 1200px;height: 100%;transform: translateX(-50%);}
.inner-banner .content .title{position: absolute;left: 0;bottom: 20px;padding-left: 10px;border-left: 5px solid #e62129;line-height: 22px;color: #666;}
.inner-banner .content .title .cn{font-size: 24px;}
.inner-banner .content .title .en{margin-top: 6px;font-size: 16px;text-transform: uppercase;}
.inner-banner .content .bread{position: absolute;right: 0;bottom: 20px;color: #666;}
.inner-banner .content .bread a{color: #666;}
.inner-banner .content .bread a:hover{color: #e62129;}
/*二级导航*/
.nav-horizontal-box{position: relative;background-color: #f1f1f1;font-size: 0;}
.nav-horizontal-box:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 3px;background-color: rgba(0,0,0,.05);}
.nav-horizontal-box a{display: inline-block;padding: 0 20px;font-size: 14px;line-height: 50px;color: #666;cursor: pointer;}
.nav-horizontal-box a.on{background-color: #e62129;color: #fff;}
/*分页*/
.page{padding: 20px 0;font-size: 0;text-align: center;}
.page > *{display: inline-block;padding: 0 10px;margin: 0 5px;height: 30px;background-color: #fff;border: 1px solid #ddd;font-size: 14px;line-height: 28px;color: #888;}
.page > *.on,.page > *:hover{background-color: #e62129;border-color: #e62129;color: #fff;}

/*新闻列表区*/
.news-box{position: relative;}
.news-box .total{position: absolute;right: 0;top: 0;padding-right: 1em;line-height: 50px;}

/*新闻列表*/
.news-list{overflow: hidden;min-height: 500px;}
.news-list li{float: left;width: 50%;padding: 50px 0;}
.news-list li a{display: block;color: #666;}
.news-list li .date{float: left;width: 150px;border-right: 1px solid #ccc;text-align: center;}
.news-list li .date .big{font-size: 60px;line-height: 50px;}
.news-list li .date .small{font-size: 18px;line-height: 30px;}
.news-list li .info{margin-left: 180px;}
.news-list li .info .tit{font-size: 24px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list li .info .txt{height: 40px;margin-top: 10px;line-height: 20px;text-align: justify;color: #999;overflow: hidden;}
.news-list li a:hover .tit{color: #e62129;}

/*图片列表*/
.images-list{overflow: hidden;margin-top: 40px;}
.images-list li{position: relative;float: left;width: 32%;margin: 0 2% 40px 0;}
.images-list li:nth-child(3n){margin-right: 0;}
.images-list li a{display: block;}
.images-list li .pic{position: relative;padding-top: 65%;}
.images-list li .pic em{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.3s;}
.images-list li .info{position: absolute;left: 0;bottom: 0;width: 100%;height: 40px;background-color: rgba(0,0,0,.7);color: #fff;transition: 0.3s;}
.images-list li .info .name{position: absolute;left: 0;top: 50%;width: 100%;padding: 0 2em;font-size: 16px;line-height: 40px;text-align: center;transform: translate(0,-50%);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.images-list li:hover .info{height: 100%;}

/*新闻详情*/
.news-details{position: relative;}
.news-details .title{font-size: 28px;text-align: center;font-weight: bold;color: #333;}
.news-details .record{margin-top: 20px;text-align: center;line-height: 20px;color: #999;}
.news-details .record span{display: inline-block;margin-right: 10px;}
.news-details .content{margin-top: 40px;font-size: 16px;line-height: 32px;text-align: justify;color: #666;}
.news-details .content img{display: inline-block;}
.news-details .other-links{margin-top: 40px;}
.news-details .other-links .item{font-size: 16px;line-height: 32px;}
.news-details .other-links .item span{color: #333;}
.news-details .other-links .item a{color: #666;}
.news-details .other-links .item a:hover{text-decoration: underline;color: #e62129;}

/*关于我们*/
.about-box{padding-top: 40px;overflow: hidden;}
.about-box .pic{float: left;width: 32%;padding-top: 22%;background-position: center;background-size: cover;background-repeat: no-repeat;}
/* .about-box .news-details{margin-left: 37%;} */
.about-box .news-details .title{text-align: left;}
.about-box .news-details .record{text-align: left;}

/*产品详情*/
.product-details{}
.product-details .pic-box{overflow: hidden;margin-bottom: 20px;}
.product-details .pic-box img{float: left;width: 47%;}
.product-details .pic-box .info{margin-left: 50%;}
.product-details .pic-box .info .tit{padding-bottom: 10px;border-bottom: 1px solid #ccc;font-size: 24px;line-height: 32px;}
.product-details .pic-box .info .txt{margin-top: 20px;font-size: 16px;line-height: 32px;}
.product-details .info-box{}
.product-details .info-box .item{margin-bottom: 10px;}
.product-details .info-box .item .tit{padding-left: 15px;background-color: #eee;border-bottom: 2px solid #aaa;font-size: 16px;font-weight: bold;line-height: 40px;}
.product-details .info-box .item .txt{padding: 10px 0;line-height: 30px;}

/*联系我们*/
.contact-box{}
.contact-box .info{margin-bottom: 20px;line-height: 24px;}
.contact-box .e-map{display: block;width: 100%;height: 550px;}

/*招聘中心*/
.job-box{overflow-x: auto;-webkit-overflow-scrolling: touch;}
.job-box > .title{min-width: 800px;background-color: #e45056;font-size: 0;}
.job-box > .title span{display: inline-block;width: 20%;height: 60px;padding: 0 40px;border-left: 1px solid #e5e5e5;font-size: 16px;text-align: center;line-height: 60px;color: #fff;}
.job-list{min-width: 800px;}
.job-list li{border: 1px solid #e5e5e5;border-top: 0;}
.job-list li .title{display: table;width: 100%;}
.job-list li .title span{display: table-cell;width: 20%;height: 80px;padding: 0 40px;vertical-align: middle;text-align: center;}
.job-list li .title span:last-child{text-align: center;}
.job-list li .title .more-btn{display: inline-block;width: 40px;height: 40px;background: #f0f0f0 url(../images/icon_arrow_down.png) center no-repeat;border-radius: 50%;cursor: pointer;transition: 0.3s;}
.job-list li .title .more-btn.unfold{transform: rotate(180deg);}
.job-list li .info{display: none;padding: 20px 0;margin: 0 40px;border-top: 1px solid #e5e5e5;}
.job-list li .info .item{margin-bottom: 20px;font-size: 16px;}
.job-list li .info .item .tit{margin-bottom: 10px;font-weight: bold;color: #333;}
.job-list li .info .item .txt{line-height: 30px;color: #666;}
.job-list li .btns-area{text-align: left;}
.job-list li .btns-area .btn{background-image: linear-gradient(100deg,#4cbbef,#2593fb);border: 0;color: #fff;}
.job-list li:nth-child(2n) .title{background-color: #f6f6f6;}
.job-list li:nth-child(2n) .title .more-btn{background-color: #fff;}

/*大屏PC:>1200px*/
@media screen and (min-width: 1200px){
	/*常用宽度*/
	.w1200{width: 1200px;}
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	/*搜索栏*/
	.search-wrap{width: 100px;}
	/*语言选择栏*/
	.lang-select{right: 110px;}
	/*导航*/
	.nav-box{right: 150px;}
	.nav-box .nav > li > a{padding: 0 10px;}

	/*内页*/
	/*banner*/
	.inner-banner .content{width: 94%;}
}

/*pad:>=768px && <=1024px*/
@media screen and (max-width: 1024px){
	/*header*/
	.header{height: 60px;}
	.header .logo img{max-width: 140px;max-height: 50px;}
	/*搜索栏*/
	.search-wrap{right: 8%;width: 200px;}
	/*移动端导航按钮*/
	.header .menu-btn{display: block;z-index: 20;position: absolute;right: 5%;top: 18px;width: 24px;height: 24px;font-size: 0;cursor: pointer;}
	.header .menu-btn span{display: inline-block;width: 100%;height: 3px;background-color: #e62129;transition: 0.5s ease-out;}
	.header .menu-btn span:nth-child(2){margin: 7px 0;}
	.header .menu-btn.close{position: fixed;}
	.header .menu-btn.close span{background-color: #000;}
	.header .menu-btn.close span:nth-child(1){transform: rotate(45deg) translate3d(7px,7px,0);}
	.header .menu-btn.close span:nth-child(2){transform: scale3d(0,1,1);}
	.header .menu-btn.close span:nth-child(3){transform: rotate(-45deg) translate3d(7px,-7px,0);}
	/*导航*/
	.nav-box{display: none;z-index: 19;position: fixed;left: 0;top: 0;float: none;width: 100%;height: 100%;background-color: #fff;}
	.nav-box .nav{width: 80%;height: 80vh;margin: 10vh auto 0;overflow-y: auto;overflow-x: hidden;-webkit-overflow-scrolling: touch;}
	.nav-box .nav::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
	.nav-box .nav::-webkit-scrollbar-thumb{background: #ccc;border-radius: 2px;}
	.nav-box .nav > li{display: block;float: none;padding: 0;margin: 0;border: 0;border-bottom: 1px solid #eee;line-height: 50px;}
	.nav-box .nav > li:before{display: none;}
	.nav-box .nav > li .more-btn{display: block;position: absolute;right: 0;top: 0;width: 50px;height: 50px;font-size: 20px;text-align: center;line-height: 50px;color: #999;cursor: pointer;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
	.nav-box .nav > li > a{display: block;width: 80%;padding: 0 10px;font-size: 16px;color: #333;}
	.nav-box .nav > li > a:after{display: none;}
	.nav-box .nav > li.on,.nav-box .nav > li:hover{background-color: transparent;}
	.nav-box .nav > li.on > a,.nav-box .nav > li:hover > a{background-color: transparent;color: #333;}
	.nav-box .nav > li.on .more-btn{transform: rotate(45deg);}
	.nav-box .nav-2nd{position: initial;width: 100%;padding: 0;margin-bottom: 15px;background-color: transparent;transform: translateX(0);}
	.nav-box .nav-2nd > li > a{padding: 10px 20px;text-align: left;color: #999;}
	.nav-box .nav-2nd > li > a:hover{background-color: transparent;}
	
	/*内页*/
	/*banner*/
	.inner-banner{padding-top: 15%;}

	/*新闻列表*/
	.news-list{padding-top: 10px;}
	.news-list li{padding: 20px 0;}
	.news-list li .date{float: left;width: 80px;}
	.news-list li .date .big{font-size: 40px;line-height: 50px;}
	.news-list li .date .small{font-size: 14px;line-height: 20px;}
	.news-list li .info{margin-left: 95px;}
	.news-list li .info .tit{font-size: 15px;line-height: 30px;font-weight: bold;}
	.news-list li .info .txt{margin-top: 0;}
}

/*phone:<=767px*/
@media screen and (max-width: 767px){
	/*背景色变化动效btn*/
	.bgc-btn{width: 80%;line-height: 40px;}
	/*搜索栏*/
	.search-wrap{right: 12%;width: 100px;}
	/*语言选择栏*/
	.lang-select{right: 160px;}

	/*banner*/
	.banner .swiper-slide{padding-top: 50%;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 8px;height: 8px;border-radius: 4px;}
	.banner .swiper-pagination-bullet-active{width: 24px;}

	/*footer*/
	.footer .links a{margin-bottom: 10px;}
	.footer .info{padding: 10px 5% 0;font-size: 12px;line-height: 24px;}

	/*首页*/
	.index-content .part{padding: 20px 0 50px;}
	/*标题*/
	.index-title .en{font-size: 32px;line-height: 32px;}
	.index-title .cn{margin-top: 10px;font-size: 20px;}
	/*标语-文字*/
	.slogan-text{padding: 15px 5%;line-height: 20px;}
	.slogan-text .cn{font-size: 16px;}
	.slogan-text .en{margin-top: 5px;font-size: 12px;line-height: 16px;}
	/*标语-图片*/
	.slogan-pic{padding-top: 25%;}
	.slogan-pic img{width: 50%;}
	/*part1*/
	.index-content .part1 .con-l{float: none;width: 100%;}
	.index-content .part1 .con-l .info{margin-top: 10px;}
	.index-content .part1 .con-r{float: none;width: 100%;margin-top: 10px;}
	.index-content .part1 .con-r video{height: 300px;}
	.index-content .part1 .btns-area{margin-top: 30px;}
	/*part2*/
	.index-content .part2 .sub-title{top: 35px;}
	.index-content .part2 .sub-title .en{margin-top: 5px;font-size: 14px;}
	.index-content .part2 .btns-area{margin-top: 20px;}
	/*part3*/
	.index-content .part3 .index-title{padding-bottom: 30px;}
	.index-content .part3 .btns-area{margin-top: 20px;}

	/*选项卡*/
	.tab-box{margin-top: 20px;}
	.tab-box .tabs{margin: 0;text-align: center;}
	.tab-box .tabs span{margin: 3px;}
	.tab-box .tab-content{margin-top: 10px;}

	/*图片展示列表*/
	.pic-show-list li{width: 50%;}
	.pic-show-list li .info{height: 30px;}
	.pic-show-list li .info .name{padding: 0 1em;font-size: 14px;line-height: 30px;}

	/*内页*/
	.inner-content{min-height: 0;padding: 20px 0 40px;}
	/*banner*/
	.inner-banner{padding-top: 25%;}
	.inner-banner .content .title{bottom: auto;top: 15px;}
	.inner-banner .content .title .cn{font-size: 20px;}
	.inner-banner .content .title .en{font-size: 14px;}
	.inner-banner .content .bread{bottom: 10px;}
	/*二级导航*/
	.nav-horizontal-box{white-space: nowrap;overflow-x: auto;}
	.nav-horizontal-box:after{display: none;}
	/*分页*/
	.page > *{height: 26px;padding: 0 7px;margin: 0 2px;line-height: 24px;}

	/*新闻列表区*/
	.news-box .total{display: none;}

	/*新闻列表*/
	.news-list{padding-top: 10px;}
	.news-list li{float: none;width: 100%;padding: 10px 0;}

	/*图片列表*/
	.images-list{margin-top: 20px;}
	.images-list li{width: 48.5%;margin: 0 0 20px 0;}
	.images-list li:nth-child(3n){margin-right: 0;}
	.images-list li:nth-child(2n){float: right;}
	.images-list li .info{height: 30px;}
	.images-list li .info .name{padding: 0 1em;font-size: 14px;line-height: 30px;}

	/*新闻详情*/
	.news-details .title{font-size: 20px;}
	.news-details .record{margin-top: 10px;font-size: 12px;}
	.news-details .record span{margin: 0 5px;}
	.news-details .content{margin-top: 20px;}

	/*关于我们*/
	.about-box .pic{float: none;width: 100%;padding-top: 60%;margin-bottom: 20px;}
	.about-box .news-details{margin-left: 0;}
	.about-box .news-details .title{text-align: center;}
	.about-box .news-details .record{text-align: center;}

	/*产品详情*/
	.product-details{}
	.product-details .pic-box{max-width: none;margin-bottom: 20px;}
	.product-details .pic-box img{float: none;display: block;width: 100%;}
	.product-details .pic-box .info{margin-left: 0;}
	.product-details .pic-box .info .tit{padding: 10px 0;font-size: 18px;}
	.product-details .pic-box .info .txt{margin-top: 10px;}
}